net/http.connReader.rwc (field)
8 uses
net/http (current package)
server.go#L660: rwc net.Conn // rwc is the underlying network connection.
server.go#L697: cr.rwc.SetReadDeadline(time.Time{})
server.go#L702: n, err := cr.rwc.Read(cr.byteBuf[:])
server.go#L748: cr.rwc.SetReadDeadline(aLongTimeAgo)
server.go#L752: cr.rwc.SetReadDeadline(time.Time{})
server.go#L783: return cr.rwc.Read(p)
server.go#L812: n, err = cr.rwc.Read(p)
server.go#L1980: c.r = &connReader{conn: c, rwc: c.rwc}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |